From: Juanma Barranquero Date: Wed, 28 Aug 2002 06:43:11 +0000 (+0000) Subject: (make-variable-frame-localizable): New alias for `make-variable-frame-local'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30976 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=03672aa8110926f87b8c6a033f398c283c858594;p=emacs.git (make-variable-frame-localizable): New alias for `make-variable-frame-local'. --- diff --git a/lisp/subr.el b/lisp/subr.el index 6d5f4df5110..76304358601 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -757,6 +757,7 @@ is converted into a string by expressing it in decimal." (defalias 'search-backward-regexp (symbol-function 're-search-backward)) (defalias 'int-to-string 'number-to-string) (defalias 'store-match-data 'set-match-data) +(defalias 'make-variable-frame-localizable 'make-variable-frame-local) ;; These are the XEmacs names: (defalias 'point-at-eol 'line-end-position) (defalias 'point-at-bol 'line-beginning-position)